home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18162 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  27 lines

  1. Path: ix.netcom.com!netnews
  2. From: miker3@ix.netcom.com (Mike Rubenstein)
  3. Newsgroups: comp.lang.c,comp.lang.c++,comp.unix.programmer
  4. Subject: Re: itoa() in C for unix >>>
  5. Date: Thu, 18 Apr 1996 17:53:35 GMT
  6. Organization: Netcom
  7. Message-ID: <31768102.69894322@nntp.ix.netcom.com>
  8. References: <1996Apr12.121207@topaz> <DpwpuM.Iop@ceco.ceco.com> <3172B351.1776@braunschweig.netsurf.de> <4l35f4$qe6@info1.sdrc.com>
  9. NNTP-Posting-Host: ix-dc6-10.ix.netcom.com
  10. X-NETCOM-Date: Thu Apr 18 10:53:45 AM PDT 1996
  11. X-Newsreader: Forte Agent .99d/32.182
  12.  
  13. larry.jones@sdrc.com (Larry Jones) wrote:
  14.  
  15. > In article <3172B351.1776@braunschweig.netsurf.de>, Dieter Lⁿcking <luecking@braunschweig.netsurf.de> writes:
  16. > > Notice: itoa() is NOT ANSI, however _itoa() is ANSI. Thus look for _itoa().
  17. > No, it's not.  There are *no* ANSI/ISO standard names that begin with
  18. > an underscore -- such names are generally reserved for implementation-
  19. > specific things.
  20.  
  21. Right about _itoa, but there are ANSI/ISO standard names that begin
  22. with an underscore.  Examples: __DATE__, _IOFBF.
  23.  
  24.  
  25. Michael M Rubenstein
  26.